Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convertible Deposits #29

Draft
wants to merge 64 commits into
base: develop
Choose a base branch
from
Draft

Convertible Deposits #29

wants to merge 64 commits into from

Conversation

0xJem
Copy link
Collaborator

@0xJem 0xJem commented Dec 9, 2024

No description provided.

@0xJem 0xJem marked this pull request as draft December 9, 2024 08:06
address teller_
) Policy(kernel_) {
// Set immutable variables
if (ohm_ == address(0)) revert("OHM address cannot be 0");
if (gohm_ == address(0)) revert("gOHM address cannot be 0");
if (reserve_ == address(0)) revert("DAI address cannot be 0");
if (sReserve_ == address(0)) revert("sDAI address cannot be 0");
if (auctioneer_ == address(0)) revert("Auctioneer address cannot be 0");
if (bondAuctioneer_ == address(0)) revert("Bond Auctioneer address cannot be 0");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chefomi If we plan to deploy this after the contract registry, we can simplify the deployment and maintenance of this contract by resolving the bond and CD auctioneer addresses from the contract registry when configureDependencies() is called. Thoughts?

@0xJem 0xJem linked an issue Dec 13, 2024 that may be closed by this pull request
0xJem added 30 commits December 18, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convertible Deposits
3 participants